From 5469bf0773371447b3e6b5af8853d522e2c2d0c4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 6 May 2018 22:06:35 -0400 Subject: [PATCH] Document the GSK_RENDERER environment variable Just the usual pre-release doc fixups. --- docs/reference/gtk/running.sgml | 35 +++++++++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/docs/reference/gtk/running.sgml b/docs/reference/gtk/running.sgml index e10028226f..fdf2da81d9 100644 --- a/docs/reference/gtk/running.sgml +++ b/docs/reference/gtk/running.sgml @@ -162,10 +162,10 @@ additional environment variables. Linux and Unix, and the ';' character on Windows. - Note that this environment variable is read by GTK+ 2.x too, which - makes it unsuitable for setting it system-wide (or session-wide), - since doing so will cause either GTK+ 2.x applications or GTK+ 3 - applications to see incompatible modules. + Note that this environment variable is read by GTK+ 2.x and GTK+ 3.x too, + which makes it unsuitable for setting it system-wide (or session-wide), + since doing so will cause applications using different GTK+ versions + to see incompatible modules. @@ -453,6 +453,33 @@ nevertheless. + + <envar>GSK_RENDERER</envar> + + + If set, selects the GSK renderer to use. The following renderers can + be selected, provided they are included in the GSK libraries you are using: + + + + vulkan + Selects the Vulkan renderer + + + + gl + Selects the Vulkan renderer + + + + cairo + Selects the cairo renderer + + + + + + <envar>GTK_CSD</envar> -- 2.30.2